home *** CD-ROM | disk | FTP | other *** search
/ BlastDOS / [DOS_Application]_BIT_Software_-_BitCom_3.58c_-_Distribution_Disks.zip / 3101.EMU < prev    next >
Text File  |  1990-06-01  |  1KB  |  79 lines

  1. INITIAL
  2. { IBM 3101 emulation file }
  3. z#origin(1)
  4. z#awrap(0)
  5. z#setatt(7)
  6. z#setins(0)
  7. @f1 = '"$1ba$0d"'
  8. @f2 = '"$1bb$0d"'
  9. @f3 = '"$1bc$0d"'
  10. @f4 = '"$1bd$0d"'
  11. @f5 = '"$1be$0d"'
  12. @f6 = '"$1bf$0d"'
  13. @f7 = '"$1bg$0d"'
  14. @f8 = '"$1bh$0d"'
  15. @alt-c = '"$1bL"'
  16. @alt-i = '"$1bK"'
  17. @alt-e = '"$1bI"'
  18. @alt-s = '"$1bJ"'
  19. @home = '"$1bH"'
  20. @uparr = '"$1bA"'
  21. @dnarr = '"$1bB"'
  22. @riarr = '"$1bC"'
  23. @lfarr = '"$1bD"'
  24. END
  25. INBUFFER
  26. 0x00 NUL
  27. 0x08 BS2
  28. 0x0b LF
  29. 0x0c LF
  30. 0x0e NUL
  31. 0x1a CAN
  32. 0x7f NUL
  33. END
  34. INBUFFER2
  35. 0x00 NUL
  36. 0x08 BS2
  37. 0x0b LF
  38. 0x0c LF
  39. 0x0e NUL
  40. 0x1a CAN
  41. 0x7f NUL
  42. END
  43. OUTBUFFER
  44. END
  45. HOSTCODE
  46. 0               z#tabset
  47. 1               z#tabclr
  48. 2
  49. 3
  50. 5               "$1bY";z#chr(expr(@row+31));z#chr(expr(@col+31));"$0d"
  51. 6               "$1b6$40$40$0d"
  52. 7               "$1b7$41$43$0d"
  53. 8
  54. 9
  55. A               z#curup(1,1)
  56. B               z#curdn(1,1)
  57. C               z#curfwd(1)
  58. D               z#curbak(1)
  59. E
  60. H               poscur(1,1)
  61. I               z#clreol
  62. J               z#clreos
  63. K               clear
  64. L               clear;z#tabcla
  65. N
  66. O
  67. P
  68. Q
  69. S
  70. U
  71. V
  72. W
  73. X%r%c           poscur(expr(%c-31),expr(%r-31))
  74. Y%r%c           poscur(expr(%c-31),expr(%r-31))
  75. Z
  76. :
  77. ;
  78. END
  79.